home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / David's Examples / READ ME!
Text File  |  2001-01-22  |  809b  |  12 lines

  1. These three examples were written by David Shaw using RealBasic.  The source code is included to make learning RealBasic easier.  All I ask is that you not modify these programs and then claim that they are your own.  Please include this README file with any distribution.  Send any questions, comments, or job offers (can't hurt to mention it) to david@theresistance.net.  Enjoy!
  2.  
  3.                      - David Shaw
  4.  
  5. A synopsis of the included files:
  6.  
  7. GraphTest:
  8. An example of the graphics capabilities of RealBasic.  This example shows how to resize a canvas with graphics in it, draw functions in a canvas, and more.
  9.  
  10. PortSniffer:
  11. An example of using sockets in RealBasic on a TCP/IP network such as the internet.  It uses a timer control and a socket control along with a global window property that acts as a semaphore.
  12.